Welcome![Sign In][Sign Up]
Location:
Search - clock 51.rar

Search list

[SCMclock

Description: 51单片机数字时钟(汇编程序原代码),包括按键调时间等功能.-51 single-chip digital clock (the original assembler code), including key features such as transfer time.
Platform: | Size: 7168 | Author: 何平 | Hits:

[SCMDRIVERS

Description: 该压缩包内还有51单片机常用各类外设驱动C程序源码(128*64点阵屏,DS18B20温度芯片,I2C,DS1302时钟芯片,AT24C16(I2C接口)及X5045P(SPI接口)EEPROM等等),每个都绝对可用。每个驱动程序都有一个C文件和对应的H文件,文件名即为驱动芯片类型。-The compressed package of 51 common types of single-chip peripherals drive C program source code (128* 64 dot matrix screen, DS18B20 temperature chip, I2C, DS1302 clock chip, AT24C16 (I2C interface) and X5045P (SPI Interface) EEPROM and so on), each is absolutely available. Each driver has a C file and the corresponding H file, the file name is the type of driver chips.
Platform: | Size: 19456 | Author: legend | Hits:

[SCMCLOCK_51

Description: 电子钟.rar包括原理图和程序。用51单片机实现,有北京时间和一组闹钟功能,在4位LED数码管上显示。-Electronic bell. Rar including schematics and procedures. MCU with 51, and Beijing and a group of alarm clock functions in four LED digital tube display.
Platform: | Size: 5120 | Author: zhoujiang | Hits:

[SCMA_CLOCK.asm

Description: [biyesheji_huibian.rar] - 基于MCS-51单片机的数字钟设计 [摘要] III [ABSTRACT] IV 引言 1 1绪论 2 1.1 集成电路 2 1.2 主要技术的背景 2 1.2.1 发展历史 2 1.2.2 现状 3 1.2.3 发展趋势 3 2器件简介 4 2.1 LED显示器 4 2.1 -[biyesheji_huibian.rar]- Based on MCS-51 single chip digital clock design [Abstract] III [ABSTRACT] IV INTRODUCTION 1 1 Introduction 2 1.1 IC 2 1.2 key technical background 2 1.2.1 Current Situation 1.2.2 Development history 2 3 1.2.3 Development Trend 3 2 Introduction 4 2.1 LED devices display 4 2.1
Platform: | Size: 16384 | Author: GENGLIJIAN | Hits:

[VHDL-FPGA-VerilogDW8051_ALL

Description: 包中包括, DW8051完整的Verilog HDL代码 两本手册: DesignWare Library DW8051 MacroCell, Datasheet DesignWare DW8051 MacroCell Databook 三篇51论文: 基于IP 核的PSTN 短消息终端SoC 软硬件协同设计 Embedded TCP/ IP Chip Based on DW8051 Core 以8051为核的SOC中的万年历的设计 -DW8051 is designed by synopsys, and its instruction cycle is 4 clock, which lead to about 3 times faster than Intel 8051 with the same oscillator frequency. I writed ram, rom, some other perpherals such as DES, RNG, and its testbench, and it worked all right!
Platform: | Size: 1588224 | Author: myfingerhurt | Hits:

[SCMjiaotongdeng

Description: 2009年8月12日 ... [ggaoden.rar] - 基于AT89C51系列单片机的按键识别的C51程序广告灯的左移右移 ... [ clock.rar] - 多功能数字时钟设计,用proteus仿真实现! [8951clock.rar] - at89c51作的 一个时钟程序和电路,可作为电子时钟设计的参考,用c51写的程序,protel99se ..... · C8051f020是基于51核的业界8位单片 ·IC卡的读取源程序,包括源代码. ... -there are daima
Platform: | Size: 55296 | Author: jialei | Hits:

[VHDL-FPGA-Verilograr

Description: 51单片机实现的时钟,有调时和秒表功能,用vhdl语言实现-51 MCU clock, and stopwatch function when it has been argued, with vhdl language
Platform: | Size: 54272 | Author: 王雨辰 | Hits:

[SCMdigital_watch

Description: [rar文件] KEIL+PROTEUS实现51汇编数字钟 数字钟,够熟悉了,不应多介绍吧。其中有PROTEUS的仿真,KEIL+PROTEUS联合实现程序,是用51汇编写的,有利于学习。程序当然可以继续优化-[Rar file] KEIL+PROTEUS 51 assembly digital clock digital clock, familiar enough, and should not introduce more. PROTEUS simulation, KEIL+PROTEUS joint realization of the program, is written in 51 assembly, is conducive to learning. The program can of course continue to optimize
Platform: | Size: 40960 | Author: cagfaiss | Hits:

[SCMPCF8563-clock-chip---C-program-.RAR

Description: PCF8563时钟芯片就用程序C: 本程序包含:PCF8563.C和PCF8563.h及PCF8563电路图片三个文件IIC用的是软件模拟IIC 程序已调好,所有功能正常,主要函数有: void iic_start(void) void iic_stop(void) void Master_ACK(void) void Master_NOACK(void) void check_ACK(void) void IICSendByte(unsigned char ch) unsigned char IICreceiveByte(void) void write_CFGbyte(unsigned char CFG_add,unsigned char CFG_data) unsigned char receive_CFGbyte(unsigned char idata CFG_add) void receive_CFGNbyte(unsigned char CFG_add, unsigned char n,unsigned char * buff) void P8563_Readtime() void P8563_settime() void P8563_init() 移植好程序后,只要用到:--基于51平台, void P8563_Readtime() void P8563_init() 两个程序就可以。 如果是使用硬件IIC,只要修改(有些可以不要了): void iic_start(void) void iic_stop(void) void Master_ACK(void) void Master_NOACK(void) void check_ACK(void) -PCF8563 clock chip on the application C: The program includes : PCF8563.C and PCF8563.h and PCF8563 circuit picture with the three documents software simulation IIC IIC Procedures have been fine, all functioning properly , the main functions are: void iic_start (void) void iic_stop (void) void Master_ACK (void) void Master_NOACK (void) void check_ACK (void) void IICSendByte (unsigned char ch) unsigned char IICreceiveByte (void) void write_CFGbyte (unsigned char CFG_add, unsigned char CFG_data) unsigned char receive_CFGbyte (unsigned char idata CFG_add) void receive_CFGNbyte (unsigned char CFG_add, unsigned char n, unsigned char* buff) void P8563_Readtime () void P8563_settime () void P8563_init () After transplantation good program, just use :- Based on 51 platforms void P8563_Readtime () void P8563_init () Both programs can be. If you are using hardware IIC, as long as the modifications ( some can do a ) : void iic_start (void) void iic_stop (
Platform: | Size: 231424 | Author: 张礼富 | Hits:

[Linux-Unixclock

Description: 51单片机带闹钟可调时间的电子时钟程序设计.rar-51 single-chip clock with adjustable clock time electronic clock program design
Platform: | Size: 30720 | Author: 小奇 | Hits:

CodeBus www.codebus.net